
snori_clothes_decision = {

	is_shown = {
		is_ai = no
		NOT = { has_variable = snori_clothes_decision_taken }
		
#		OR = {
#			AND = {
#		this = c:KOR
#		NOT = { has_variable = snori_clothes_decision_taken }
#			}
#		OR = { 
#				country_has_primary_culture = cu:north_italian		
#		}
		NOT = {
		OR = {
			AND = {
		country_has_state_religion = rel:catholic
		NOT = { this = c:PHI }
			}
		country_has_state_religion = rel:protestant
		country_has_state_religion = rel:orthodox
		}
		}

	}

	possible = {
		is_subject = no
		is_at_war = no
		ig:ig_landowners = {
			is_powerful = no
		}
		ig:ig_intelligentsia = {
			is_in_government = yes
		}
	}
	
	when_taken = {
		trigger_event = {
			id = snori_C_events.1
			popup = yes
		}
		set_variable = {
			name = snori_clothes_decision_taken
		}
		
	}
}

